Skip to content

MatrixRTC: MembershipManager, add a request timeout to restartDelayedEvent #4896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

fkwp
Copy link

@fkwp fkwp commented Jul 2, 2025

This PR adds a rather short timeout for the http fetch request of a restartDelayedEvent. This is to address situations where packet loss might impact TCP connections and to improve the likelihood of getting a delayed event reset through in a given time constraint.

Checklist

  • Tests written for new code (and old code if feasible).
  • New or updated public/exported symbols have accurate TSDoc documentation.
  • Linter and other CI checks pass.
  • Sign-off given on the changes (see CONTRIBUTING.md).

@toger5 toger5 marked this pull request as ready for review July 14, 2025 11:35
@toger5 toger5 requested a review from a team as a code owner July 14, 2025 11:35
@toger5 toger5 requested a review from BillCarsonFr July 14, 2025 11:35
@toger5 toger5 changed the title add a request timeout to restartDelayedEvent MatrixRTC: MembershipManager, add a request timeout to restartDelayedEvent Jul 14, 2025
@toger5
Copy link
Contributor

toger5 commented Jul 15, 2025

An alternative to this is implemented here: #4921

@toger5
Copy link
Contributor

toger5 commented Jul 15, 2025

The rust sdk has a draft PR for a possilbe fix here: matrix-org/matrix-rust-sdk#5413
(we only need the widget api so only updating the timout for the endpoint in the widgetDriver seemed like the way to go in the rust sdk)

@toger5
Copy link
Contributor

toger5 commented Jul 21, 2025

Superseeded by: #4927

@toger5 toger5 closed this Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants